home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / uns.xml < prev    next >
Text File  |  2002-09-27  |  970b  |  37 lines

  1. <search function="uns">
  2.   <name>Word Unscrambler</name>
  3.   <description>To calculate scrabble scores
  4.   <div class="helpboxDescLabels">Example:</div> 
  5.   <table class="helpboxDescTable">
  6.     <tr>
  7.       <td>uns inourdnas</td>
  8.     </tr>
  9.   </table>
  10.   </description>
  11.   <category>Fun</category>
  12.   <link>http://www.concordance.com/unscrambler.htm</link>
  13.   <form name="unsf"
  14.         action="http://64.65.56.251/cgi-bin/unscrambler.pl"
  15.         method="post">
  16.     <input type="hidden" name="letters" value=""/>
  17.   </form>
  18.   <script><![CDATA[
  19.     function uns(q)
  20.     {
  21.       if (q == "")
  22.         openSearchWindow("http://www.concordance.com/unscrambler.htm");
  23.       else
  24.       {
  25.         document.unsf.letters.value=q;
  26.         submitForm(unsf);
  27.       }
  28.     }
  29.   ]]></script>
  30.  
  31.   <copyright>
  32.     Copyright (c) 2002 David Bau
  33.     Distributed under the terms of the
  34.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  35.   </copyright>
  36. </search>
  37.